projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a146f3
)
* emacs-lisp/regexp-opt.el (regexp-opt): Reduce
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 9 Apr 2008 15:38:05 +0000
(15:38 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 9 Apr 2008 15:38:05 +0000
(15:38 +0000)
max-lisp-eval-depth and max-specpdl-size to 10000.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index a3c63530cd81a5df623251eaf945a18d09979105..3937cf6002dc7c6921306925447eaa0a43e5aef1 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2008-04-09 Chong Yidong <cyd@stupidchicken.com>
+
+ * emacs-lisp/regexp-opt.el (regexp-opt): Reduce
+ max-lisp-eval-depth and max-specpdl-size to 10000.
+
2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
* nxml/nxml-mode.el (nxml-cleanup): New function.